(completion-ignored-extensions): Add file extensions
authorEli Zaretskii <eliz@gnu.org>
Sat, 12 Jun 2004 10:15:11 +0000 (10:15 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 12 Jun 2004 10:15:11 +0000 (10:15 +0000)
of Python byte-compiled files.

lisp/bindings.el

index a46026e30d3759e2edd3fca86e0d3911110f7bcc..b3ea8e562ac259e3796077b9802d523f1e8a4e62 100644 (file)
@@ -524,7 +524,9 @@ is okay.  See `mode-line-format'.")
         ;; files you do want to see, not just TeX stuff.  -- fx
         ".toc" ".aux"
         ".cp" ".fn" ".ky" ".pg" ".tp" ".vr"
-        ".cps" ".fns" ".kys" ".pgs" ".tps" ".vrs")))
+        ".cps" ".fns" ".kys" ".pgs" ".tps" ".vrs"
+        ;; Python byte-compiled
+        ".pyc" ".pyo")))
 
 ;; Suffixes used for executables.
 (setq exec-suffixes